home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 1.7.dxr / Internal_17_game1timer.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  188 b   |  11 lines

  1. on exitFrame me
  2.   global nu
  3.   if the milliSeconds > (nu + 600) then
  4.     go("game1")
  5.   else
  6.     sprite(30).locH = the mouseH
  7.     sprite(30).locV = the mouseV
  8.     go(the frame)
  9.   end if
  10. end
  11.